home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / daten / quickfile / examples / sales / sales.startup < prev    next >
Text File  |  1995-05-07  |  215b  |  14 lines

  1. /*  ARexx
  2.  
  3.     Sales.startup
  4.  
  5.     This is an example of an startup script. All it does is load an
  6.     additional view which saves a few mouse clicks
  7.  
  8.     Author:  A Wigginton   May 95
  9.  
  10. */
  11.  
  12. "loadview ProdList.view"
  13.  
  14.